home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 April / Chip CMCD0400.iso / SOFTWARE / Demo / InfoPulse / GateKeeper / gk3full.exe / data1.cab / ConfigSite_Files / logging / showevents.agp < prev    next >
Encoding:
Text File  |  1999-06-17  |  1.3 KB  |  43 lines

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  4. <meta NAME="Author,Design" Content="GateKeeper Team; gatekeeper@infopulse.net">
  5. <meta NAME="Copyright" Content="Infopulse; www.infopulse.net">
  6. <title>Empty</title>
  7. </head>
  8.  
  9. <body>
  10. <p><big><strong><font face="Arial">Event logs</font></strong></big></p>
  11. <div align="center"><center>
  12. <table border="1" cellpadding="0" cellspacing="0" width="100%">
  13.     <tr>
  14.         <td width="12%" bgcolor="#183159"><strong><font face="Arial" color="#FFFFFF">
  15.             <center>Date</center>
  16.         </font></strong></td>
  17.         <td width="12%" bgcolor="#183159"><strong><font face="Arial" color="#FFFFFF">
  18.             <center>Time</center>
  19.         </font></strong></td>
  20.         <td width="5%" bgcolor="#183159"><strong><font face="Arial" color="#FFFFFF">
  21.             <center>S</center>
  22.         </font></strong></td>
  23.         <td width="16%" bgcolor="#183159"><strong><font face="Arial" color="#FFFFFF">
  24.             <center>Who</center>
  25.         </font></strong></td>
  26.         <td width="50%" bgcolor="#183159"><strong><font face="Arial" color="#FFFFFF">
  27.             <center>Description</center>
  28.         </font></strong></td>
  29.     </tr>
  30. <%
  31.  
  32.         EventLog.GetEvents sEvents
  33.         Response.Write(sEvents)
  34. %>
  35.  
  36. </table>
  37. </center></div>
  38. <br>
  39. <font size="1" face="Arial"><%Response.Write(GateKeeper.Version)%></font>
  40. <br>
  41. </body>
  42. </html>
  43.